<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*head*/
.head{ width:1024px; margin:auto; height:115px;}
.logo{ width:224px; height:79px; float:left;}
.logo img{ margin-top:27px;width:224px; height:79px; overflow:hidden;}


.head_right{ width:700px; float:right;}
.lan{ display:block; height:39px; float:right; margin-top:20px;}
.lan img{ margin-left:15px;}

.nav{ background:#ff0000; height:32px; line-height:32px;width:700px; margin-top:70px; border-radius:10px;}
.nav ul{ border-radius:6px;}
.nav ul li{ float:left; text-align:center; width:100px; }
.nav ul li a{ display:block; color:#000000;font-family:'Microsoft Yahei'; font-weight:bold; font-size:14px;}
.nav ul li a:hover{ display:block; background:#0066cc;color:#fff;}
.nav ul li a.on{ display:block; background:#0066cc; border-radius:10px 0px 0px 10px; color:#fff;}
.nav ul li a.on:hover{ display:block; background:#999;color:#fff;border-radius:10px 0px 0px 10px; }
.nav ul li a.on_con{ display:block; background:#0066cc;  color:#fff;}
.nav ul li a.on_right{ display:block; background:#0066cc; border-radius:0px 10px 10px 0px; color:#fff;}
.nav ul li a.on_right:hover{ display:block; background:#0066cc;color:#fff;border-radius:0px 10px 10px 0px;}

/*伪类向元素第一个子元素添加css*/
.nav ul li:first-child a {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
/*伪类向元素最后一个子元素添加css*/
.nav ul li:last-child a {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}


/*banner*/
#zSlider{margin: 0px auto;width: 1024px;overflow: hidden;margin-top: 10px;}
#picshow{position: relative;}
#picshow ul li p{position:relative; top:-350px; z-index:9999; font-weight:bold; font-size:16px; color:#000000; left:30px;font-family:'Microsoft Yahei'; line-height:24px;}
#picshow, #picshow_img{width: 755px;height: 400px;overflow: hidden;float: left;border-radius:5px;}
#picshow_img li{width: 755px;height: 400px;overflow: hidden;float: left;display: none;}
#picshow_img img{width: 755px;height: 400px;}
#select_btn{width: 255px;height: 400px;color: #111;float: right;display: inline;}
#select_btn li{width: 255px;height: 90px;cursor: pointer;margin-bottom:13px;}
#select_btn li:hover{background-color: #fff;}
#select_btn li.current{background-color: #fff;}
#select_btn li.current:hover{background-color: #fff;}
#select_btn a{color: #000;}
#select_btn img{border-radius:5px;width:100%;height:100%;float: left;}
#select_btn .select_text{height: 20px;overflow: hidden;display: block;margin-top: 18px;font-weight:bold;}
#select_btn .select_text:hover{text-decoration: underline;}

.main1{ width:1024px; margin:20px auto; overflow:hidden;}
.s_about{ width:425px; float:left;}
.s_about_nav{ height:30px; background:#ff0000; line-height:30px; border-radius:10px;}
.s_about_nav p a{ margin-left:15px;font-family:'Microsoft Yahei'; font-weight:bold; font-size:15px; color:#000;}
.s_about_nav p a:hover{ color:#fff;}
.s_about_con{padding:10px; height:180px; margin-top:10px; border:1px #999999 solid; width:403px; border-radius:10px;}
.s_about_con img{ width:131px; height:58px; overflow:hidden; float:left; margin-right:12px;}
.s_about_con p{ line-height:23px;  font-size:13px; color:#333;}
.s_about_con span{ width:80px; height:30px; line-height:30px; background:#0066cc; float:right;border-radius:5px; top:-13px; position:relative;}
.s_about_con span a{ color:#fff; text-align:center; display:block;}
.s_about_con span a:hover{width:80px; height:30px;  background:#ff0000;border-radius:5px; display:block; }


.s_new{ width:560px; float:right; overflow:hidden;}
.s_new_con{padding:10px; height:180px; margin-top:10px; border:1px #999999 solid; width:538px; border-radius:10px;}
.s_new_con ul li{ font-size:13px; line-height:30px; background:url(../images/icon.png) no-repeat left center; padding-left:10px;}


.main2{ width:1024px; margin:20px auto; overflow:hidden;}
.s_yyhy{ width:425px; float:left;}
.s_yyhy_con{padding:10px; height:200px; margin-top:10px; border:1px #999999 solid; width:403px; border-radius:10px; overflow:hidden;}
.s_yyhy_list ul li{  float:left; margin-right:75px; margin-bottom:13px;  text-align:center;}
.s_yyhy_list ul li a{ padding:2px 12px;color:#333;font-family:'Microsoft Yahei'; font-size:14px; border-radius:10px; border:2px #0066cc solid;}
.s_yyhy_list ul li a:hover{ border:2px #ff0000 solid;}
.s_yyhy_comimg img{ width:411px; height:105px; overflow:hidden; margin-bottom:5px;}
.s_yyhy_comimg p{ line-height:26px; width:146px; margin:auto;  border-radius:10px; color:#fff;text-align:center; background:#0066cc;}

.s_pro{width:560px; float:right; overflow:hidden;}
.s_pro_con{padding:10px; height:200px; margin-top:10px; border:1px #999999 solid; width:538px; border-radius:10px; overflow:hidden;}
.s_pro_con ul li{ width:117px;  float:left; margin-left:14px; overflow:hidden;}
.s_pro_con ul li img{ width:113px; height:75px; overflow:hidden; border-radius:10px; }
.s_pro_con ul li a:hover img{ border:2px #ff0000 solid; }
.s_pro_con ul li p{ text-align:center; line-height:24px; color:#333; font-size:14px;font-family:'Microsoft Yahei';}


.foot{ width:1024px; margin:auto; background:#ff0000; height:170px; border-radius:10px;overflow:hidden;}
.foot_img{ float:left; background:url(../images/foot_img.png) no-repeat; width:333px; height:70px; margin:38px 0px 0px 45px; }
.foot_right{ width:540px; float:right; margin-top:18px;}
.foot_right img{ float:left; margin-right:20px; width:134px;}
.foot_right p{ color:#fff; line-height:19px; font-size:14px;font-family:'Microsoft Yahei'; float:left;}
.foot_right p a{ color:#FFF;}

.beian{ width:1024px; margin:auto;text-align:center;line-height:25px; font-size:12px;  }</pre></body></html>